How to do auototrade short straddle based on @ATMBNDXIII chart ?

How to do auototrade short straddle based on @ATMBNDXIII chart ?

add ATMBNCE,ATMBNPE,@ATMBNDXIII IN ROBO WATCHLIST


Defeine these formula in mulitscirpt formula



3>
WHEN YOU  PRIESS SHORT BUTTON ON @ATMBNDXIII U WILL SEE TRADE HAPPEND LIKE THIS 
NOTE - IF U ADD THREE iii in last  in any @scirpt  then these scirpt proft loss calulation will be ignored in active proift




YOU CAN DO LEVEL BASED TRADING IN @ATMBNDXII  IN    MANUL ORDER TAB 



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
    • Related Articles

    • How To Plot @ATMBNDXIII Straddle Realtime graph in amibroker

      most of clint what they they do  is  they try to sum of call and put ltp of fixed  strike price which will plot in amibroker, by this method you will not able to judge that  currrent atm straddle  premimum value is high or low with respect to over  ...
    • how to do option price range entery based on future chart or spot chart

      how to do option price range entery based on future chart or spot chart we can enter in option based on  FIXED price range  Through @bnfgroup1 or @bnfgroup2 1>let us suppose  if future of spot  chart gives buy  signal then buy call option  155 rs ...
    • BUY SHORT ORDER FLOW

      ON @SCRIPT  THROUGH F1-F2  AND THROUGH BASKET NOTE-F1-F2 METHOD NEED  LESS MARGIN AND BASKETT MEHTOD REQUIRES HIGH MARGIN   @SYMBOL  LEG WILL BE EXECUTED ONE BY ONE IN TERMINAL BY F1 AND F2  BUT IT WILL TRADE AT SAME TIME TOGETHER  THROUGH BASKET ...
    • VARIABLE SCRIPT& VARIABLE FORMULASCRIPT

      Static script -  ie  sbin1,sbineq its value comes from datafeed @SBINEQ IS STATIC FORMULA SCIRPT VARIABLE SCRIPT& VARIABLE FORMULASCRIPT    ITMBNCE,ITMBNPE,OTMBNCE,OTMBNPE,ATMBNCE,ATMBNPE ,ATMBNDX  ETC  IS ROBO  VARIABLE  SCRIPT becacuse there ltp ...
    • Tradingview2Mt4

      User can trade directly from tradingview to mt4 throgh EA https://api.telegram.org you need to defined message format in following way and apply given webhook message formart Quantity (Q) - The size of an order specified in normal lot size or ...