Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (TipmyPip, AndrewAMD, dBc), 18,430 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Re: Pattern algo how work ? [Re: danatrader] #482125
12/27/20 19:05
12/27/20 19:05
Joined: Jun 2016
Posts: 53
F
faustf Offline OP
Junior Member
faustf  Offline OP
Junior Member
F

Joined: Jun 2016
Posts: 53
sorry again i dont arrive to understand how is possible this code is equal at pattern, price(2),price(1),price(0),priceClose(2),priceClose(1),priceClose(0))>50)

Re: Pattern algo how work ? [Re: faustf] #482127
12/28/20 08:34
12/28/20 08:34
Joined: Mar 2019
Posts: 357
D
danatrader Offline
Senior Member
danatrader  Offline
Senior Member
D

Joined: Mar 2019
Posts: 357
Don't know what to say anymore... read here:

https://manual.zorro-project.com/advisor.htm

PATTERN (Pattern Analyzer)

Last edited by danatrader; 12/28/20 08:34.
Re: Pattern algo how work ? [Re: faustf] #482128
12/29/20 19:20
12/29/20 19:20
Joined: Mar 2019
Posts: 357
D
danatrader Offline
Senior Member
danatrader  Offline
Senior Member
D

Joined: Mar 2019
Posts: 357

Re: Pattern algo how work ? [Re: faustf] #482169
01/05/21 00:02
01/05/21 00:02
Joined: Jun 2016
Posts: 53
F
faustf Offline OP
Junior Member
faustf  Offline OP
Junior Member
F

Joined: Jun 2016
Posts: 53
so let me tell if i thinked good , the code
if(adviseLong(PATTERN+FAST+2,0, // train patterns with trade results
priceHigh(2),priceLow(2),priceClose(2),
priceHigh(1),priceLow(1),priceClose(1),
priceHigh(1),priceLow(1),priceClose(1),
priceHigh(0),priceLow(0),priceClose(0)) > Limit)

tell at zorro look in this 2 group , composed of priceHig(2)......priceClose(1) (first group ) and priceHigh(1)......peiceClose(0) (second group) if exist some relation (over time repetitive) , but this 2 group not indicate for example a classical price action pattern like morning star or other
is correct ? i understund ?
thanks at all

Page 2 of 2 1 2

Moderated by  Petra 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1