Gamestudio Links
Zorro Links
Newest Posts
How to select between IB accounts by script?
by AndrewAMD. 06/13/26 15:44
Zorro tutorial ideas?
by AndrewAMD. 06/13/26 15:01
Zorro 3.01 recoded MMI function issue
by 11honza11. 06/13/26 11:40
Max Number of Strategies in /Strategy folder
by Martin_HH. 06/12/26 08:50
Stooq now requires an API key
by AndrewAMD. 06/11/26 17:55
Z9 getting Error 058
by k_ivan. 06/10/26 14:38
ZorroGPT
by TipmyPip. 06/10/26 13:07
Z12 live performance
by alx. 06/09/26 20:42
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
1 registered members (1 invisible), 2,029 guests, and 4 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Student_64151, Koti, curry, DeepxKalsi, Samed
19219 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