Agus Widjaja / Publications
Forum
Problem with Call Supertrend Indicator
I have multi timeframe supertrend indicator with code as below (unfortunately I cannot display all code due to limitation of character to send at forum ................... #property indicator_chart_window #property indicator_buffers 3 #property indicator_color1 clrGreen #property indicator_color2
Want to ad open condition if time > 9:30 server time
Hi, can anybody help me? bool buy() { int get = cek(); if (Cek2( get ) && MA576_H4>MA1200_H4 && H4_H1>MA1200_H4 && MA384_H1>MA800_H1 && H1_H1>MA800_H1 && MA12_H4>MA128_H4 && MA12_H4-MA128_H4>MA121_H4-MA1281_H4 && MA12_H1>MA128_H1 && MA12_H1-MA128_H1>MA121_H1-MA1281_H1) return ( true ); I
Change Trade Direction when SL hit
Can anybody help please ? I have EA like this : #property copyright "Copyright © 2016, Agus Widjaja" #property link "fandelafx.co" //#property strict //---- input parameters extern double Lots = 0.1; extern int TakeProfit = 10; extern int StopLoss
Problem with 1 EA for several currency pairs
Hi, I am running a same EA on different currency pairs . I want only 4 trade opened for any specific currency pair, meanwhile maximum total trade for all currency pairs is 30 trades. For e.g I would need 4 trades opened for EURUSD, other opened trades can be of different currency pair but not