NexusFi: Find Your Edge


Home Menu

 





Requesting assistance with Programming Strat


Discussion in EasyLanguage Programming

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




 
Search this Thread

Requesting assistance with Programming Strat

  #1 (permalink)
 
TheManWithNoPlan's Avatar
 TheManWithNoPlan 
Chicago, Illinois
 
Experience: Intermediate
Platform: Tradingview, Tradestation
Broker: NinjaTrader
Trading: Futures, Options
Posts: 28 since Mar 2022
Thanks Given: 21
Thanks Received: 23

Hey Everyone I am trying to program rob smiths the strat (my interpretation of it at least) into easy language as a strategy so that I can automate it. I have had good success with manually trading it and want to automate but am running into a couple issues getting it automated. I will include what I have so far at the bottom.

Issue 1 it is closing on the same bar it opens the trade

Issue 2 is the stop does not seem to be being hit ever not sure if it is due to issue 1

for background on what I am trying to accomplish, I want to buy the current candle if it breaks the high of the previous candle and to place a stop at the low of the previous candle, it would then trail the stop to each previous candle low until stopped out. If I could get it to also have a user defined ema filter (such as only take long entries if above say a 50 ema) even better.

here is what I have so far.



[IntrabarOrderGeneration = True]

Condition1 = High > High of 1 bar ago;

if Condition1 then
Buy ( "Buy" ) at next bar market ;

if Condition1 Then Setstoploss at (Low of 1 bar ago) ;


Any help is greatly appreciated, as I don't see anything in documentation that suggests what I put in should be behaving like this.

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
Increase in trading performance by 75%
The Elite Circle
How to apply profiles
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
27 thanks
Tao te Trade: way of the WLD
24 thanks
Diary of a simple price action trader
20 thanks
My NQ Trading Journal
14 thanks
GFIs1 1 DAX trade per day journal
9 thanks
  #2 (permalink)
 
TheManWithNoPlan's Avatar
 TheManWithNoPlan 
Chicago, Illinois
 
Experience: Intermediate
Platform: Tradingview, Tradestation
Broker: NinjaTrader
Trading: Futures, Options
Posts: 28 since Mar 2022
Thanks Given: 21
Thanks Received: 23

WOW. So I found the issue, and it is really dumb lol. I had the opposite as another strategy to close longs, and I had a > instead of a < for the low operator. lol.

Started this thread Reply With Quote




Last Updated on May 27, 2022


© 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