FX Strategy Wizard Beta

Moderator: admin

Re: FX Strategy Wizard Beta

Postby LoneWolf » Wed Nov 06, 2019 8:55 am

I have got the wizard installed and running ;-)
I played around and made some simple strategies. Some working fine other not.

But i think i have found a bug.
Source.high, source,low is the same as source.open and source.close ???
LoneWolf
 
Posts: 12
Joined: Tue Nov 06, 2018 7:23 pm

Re: FX Strategy Wizard Beta

Postby Apprentice » Wed Nov 13, 2019 3:45 pm

No, they are four different data points.

To calculate the median you will use three of them.
Median Calculation
(source.high[period] + source.low[period] + source.close[period]) / 3;

can you tell me more about your project?
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Previous

Return to Indicator Development

Who is online

Users browsing this forum: No registered users and 14 guests