Forum

CrossOver moving average apply price with rsi

hi please help me i want get crossover moving average with price apply and rsi , please note I do not want use previous indicator data i want use price data for moving average. can do it? or not? Tanks you :)

get 10 first Close bars

Hi i want take 10 first bars Close Price and write this chunk code for ( int i= 1 ;i<= 10 ;i++) { Close[i]; } Is this piece of code works correctly?? Tanks

A big Difference between result from EA Test

Hi i try test a EA in 1 1 2014 to 7 1 2014 and ea work like a charm without any loos trade. BUT when i try test from 1 1 2013 to 12 1 2013 result fully difference and result very bad Something that has surprised me is big difference in result test in that two period What I would like to ask why in

deference between start() and tick()

Hi what is deference between start() function and tick function in mql4