Using this "Panda EA Creator",*You can create a new EA without Programing using this tool easily.*You can verify your FX method using by this tool.
Step1. Register indicators that you want to use.Step2. Register condition of "open position"Step3. Register condition of "close posiiton"
Step1. register indicators that you want to use.(max 8 indicators)you can select the major indicator or custom indicator.If the indicator's parameter is not set, the default settings(*1) of indicator are applied.(*1)About major indicators,default value can also be changed on the tool.
Step2. register condition of "open position"-1. set the direction ( buy or sell ) to "Group_for_open"(group0 - group4)-2. set the conditions and set the group to which it belongs.(conditions on same group are evaluated as "AND")
Step3. register condition of "close position"-1. set the direction ( buy or sell ) to "Group_for_close"(group10 -group14)-2. set the conditions and set the group to which it belongs.(conditions on same group are evaluated as "AND")
-1. Register "condition group for open" or "condition group for close"Group 0 - Group4 : for OpenGroup10- Group14 : for CloseYou can choose one of them and set it "buy" or "sell".when all conditions along "the group for open" are OK, EA will open a position.when all conditions along "the group for close", are OK, EA will close a position.conditions on same group are evaluated as "AND".
-2 . register conditions and set the group to which it belongs.Set main and sub indicator you already registered step1 and "value No" for each indicator.value no startsfrom 0 (Major indicator)from 1 (custom indicator)set N value which is used in check type below.set check type.if you want use filter, you can choose filter you want to use.(at now, "FILTER_INCLINATION" available : it change value of indicator to inclination of it)at last, set the condition "ON".
<Other>Only indicator "MA",its "period" can be set as the value of each indcator's "Value No" field.
<Disclaimer>Compensation will not be provided for any damage caused by using this tool.
<Reference>Major Indicator's value ( Line No )On this tool, please input the value by not String but Integer(number)
PRICEPRICE_CLOSE 0PRICE_OPEN 1PRICE_HIGH 2PRICE_LOW 3PRICE_MEDIAN 4PRICE_TYPICAL 5PRICE_WEIGHTED 6
BolingerBandsMODE_MAIN 0MODE_UPPER 1MODE_LOWER 2ADXMODE_MAIN 0MODE_PLUSDI 1 (+DI indicator Line)MODE_MINUSDI 2 (-DI indicator Line)
STOCHASTICMODE_MAIN 0 (Base Line)MODE_SIGNAL 1 (Signal Line)
MACDMODE_MAIN 0 (Base Line)MODE_SIGNAL 1 (Signal Line)
ICHIMOKUMODE_TENKANSEN 1 (Tenkan-Line)MODE_KIJUNSEN 2 (Kijun-Line)MODE_SENKOUSPANA 3 (Senkou-Span A)MODE_SENKOUSPANB 4 (Senkou-Span B)MODE_CHIKOUSPAN 5 (Chikou-Span)
ENVELOPESMODE_MAIN 0 (Base Line)MODE_UPPER 1 (Upper Line)MODE_LOWER 2 (Lower Line)
FRACTALSMODE_MAIN 0 (Base Line)MODE_UPPER 1 (Upper Line)MODE_LOWER 2 (Lower Line)
Indicator's ENUM values
ENUM_TIMEFRAMESPERIOD_CURRENT 0PERIOD_M1 1PERIOD_M5 5PERIOD_M15 15PERIOD_M30 30PERIOD_H1 60PERIOD_H4 240PERIOD_D1 1440PERIOD_W1 10080PERIOD_MN1 43200
ENUM_MA_METHODMODE_SMA 0MODE_EMA 1MODE_SMMA 2MODE_LWMA 3
ENUM_APPLIED_PRICEPRICE_CLOSE 0PRICE_OPEN 1PRICE_HIGH 2PRICE_LOW 3PRICE_MEDIAN 4PRICE_TYPICAL 5