CMD – Plot Average EnterPrice

0 389 Views No Comments 2 years ago
  • Note – Requried custom command: GetColor

    Grabbed this originally from pshai’s work but I have since modified it and made it into a cmd that I can call on any script easily

    Option 1 – just give it the position id and thats it!

    
    -- Plot
             InputGroupHeader('Average Enter Price')
             Finalize(CC_PlotAEP(longPosId))
             Finalize(CC_PlotAEP(shortPosId))
    

    Option 2 – If you as using it more then once to plot multiple positions then you can specify suffix, input name and color

    
    -- Plot
             InputGroupHeader('Average Enter Price')
             Finalize(CC_PlotAEP(longPosId, 'Trade', 'Long Trade', 'DarkGreen'))
             Finalize(CC_PlotAEP(shortPosId, 'Trade', 'Short Trade', 'Maroon'))
    
    • This topic was modified 2 years, 3 months ago by Strooth.
    • This topic was modified 2 years, 3 months ago by Strooth. Reason: Added screenshot, updated and added color change feature
    HaasScript Code
    Sign in or Register to download for free
  • Earn Up to 2,000 $BMEX Tokens Promotion Type: contest Expires: July 31, 2023 Exclusive
    Fire up your trade bots and earn up to 2,000 $BMEX, $BTC, free subscriptions, and more.
Login or Register to Comment

Unlock your crypto trading potential

Create a free account and enjoy everything we have to offer.

Join for Free