Amibroker AFL code for Auto Analysis Island Reversal

MarketSecrets - Learn To Trade Like a Pro

Amibroker AFL code for Auto Analysis Island Reversal:

Script:

//——————————————————————————
//
// Formula Name: Auto Analysis Island Reversal
// For more scripts, visit: www.marketsecrets.in
//
//——————————————————————————


buy=ref(L,-2)>ref(H,-1) AND L>ref(H,-1);
sell=ref(H,-2)<ref(L,-1) AND H<ref(L,-1);

Download File

error: Content is protected !!