NexusFi: Find Your Edge


Home Menu

 





short positions


Discussion in EasyLanguage Programming

Updated
    1. trending_up 3,445 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

short positions

  #1 (permalink)
sixhundread
Vienna and Austria
 
Posts: 36 since Jul 2021
Thanks Given: 21
Thanks Received: 7

Why does this not open shortpositions at lowest(low,10)[1]?

Thank you!





If close > Highest(High, 10)[1] Then
Buy ("Go Long") next bar at open;

If close < Lowest(Low, 10)[1] then;
Sell Short ("Go Short") next bar at open;


If MarketPosition = 1 Then Begin
If BarsSinceEntry >= 10 Then
Sell this bar at Close;
END;


If MarketPosition = - 1 Then Begin
If BarsSinceEntry >= 10 Then
Sell this bar at Close;
end;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
Kolnidrei
Lyon/France
 
Posts: 23 since Aug 2012
Thanks Given: 1
Thanks Received: 14

hi

 
Code
Inputs: 
Periodlookback( 10, 1 ),
Periodtrade( 10, 1 );

If close > Highest(High, Periodlookback)[1] Then
Buy ("Go Long") next bar at open;
If close < Lowest(Low, Periodlookback)[1] then
Sell Short ("Go Short") next bar at open;
If MarketPosition = 1 Then Begin
If BarsSinceEntry >= Periodtrade Then
Sell this bar at Close;
END;
If MarketPosition = - 1 Then Begin
If BarsSinceEntry >= Periodtrade Then
Cover this bar at Close;
end;
the error was near the end ; 'sell' instead of 'cover'...

Reply With Quote




Last Updated on October 17, 2021


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts