Is it possible to use a signal from one timeframe to trade in another timeframe

 

Hello,

I just suddenly came with an idea that I will use a signal from one time frame (i.e. I will use ADX in 4H to determine whether market is in trending or ranging) to trade in 1H (i.e. if ADX in 4H says that market in trending then my EA will execute otherwise it wont work due to my EA doesnt work weel in ranging market)


Thank you

 

iADX()

double iADX( string symbol, int timeframe, int period, int applied_price, int mode, int shift)

 

I very appreciate your help. Start programing now :)

Thanks guys

Reason: