NexusFi: Find Your Edge


Home Menu

 





short positions


Discussion in EasyLanguage Programming

Updated
    1. trending_up 3,424 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?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
Exit Strategy
NinjaTrader
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
41 thanks
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
23 thanks
GFIs1 1 DAX trade per day journal
21 thanks
  #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