you can put some short signal afl on @atmbndxii chart and robo will trade automaticly ..... for example use percent band formula
_SECTION_BEGIN("Percent Bands");
P = ParamField("Price field",-1);
Periods = Param("Periods", 15, 2, 300, 1 );
Width = Param("Width%", 2, 0, 10, 0.05 );
Color = ParamColor("Color", colorCycle );
Style = ParamStyle("Style", styleLine | styleNoLabel );
CenterLine = MA( P, Periods );
Plot( (1 + Width * 0.01) * CenterLine, "%EnvTop" + _PARAM_VALUES(), Color, Style );
Plot( (1 - Width * 0.01) * CenterLine, "%EnvBot" + _PARAM_VALUES(), Color, Style );
_SECTION_END();
Short=H>(1 + Width * 0.01) * CenterLine;
rt=amitradingsa();
PlotShapes(shapeDownArrow *Short, colorBrightGreen, 0, C, -35);
mulitple signal wil be ignored (once postion is taken on one arrrow it will not take another singal in same direction) due to @bnfgroup3 special properties
FURTHER TRADE CAN BE MANAGED BY MONEY MANAGMENT FEATURS OF ROBO LIKE COMBINED TARGET /COMBINED STOPLOSS/ STRADDLE ADJSUTMNET WHICH WILL MAKE YOU SUCESSFULL FULL TIME TRADER