NexusFi: Find Your Edge


Home Menu

 





reference close of a few bars prior the Entry bar


Discussion in EasyLanguage Programming

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




 
Search this Thread
  #1 (permalink)
joyceflor
Hong Kong, Hong Kong SAR
 
Posts: 3 since Sep 2022
Thanks Given: 2
Thanks Received: 0

Hi,

I'm new to this forum and also new to EasyLanguage. The code is for trading mini-ES. I've been stuck for a few days on getting the code to set/record a reference value, i.e. close of 2 bars before an Entry bar. I tried with C[2] and it didn't work. I think the code kept re-calculate rather than record and keep that value unchanged. Here's what I have:

vars: RangeHigh(0), Value1(0);

If MarketPosition = 0 and Close > RangeHigh then
begin
buy next bar at market;
Value1 = Close[2];
end;

If MarketPosition = 1 then
sell ("stop") next bar at Value1 stop;


Thanks in advance!


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Strike Pause Holds, Oil Erases Monday Spike -- May CPI W …
Traders Hideout
Al Arabiya: US-Iran Draft Deal Within Hours Contains Hor …
Prediction Markets & Event Contracts
Day 96 Missiles Hit Kuwait and Bahrain: June 15 Peace at …
Prediction Markets & Event Contracts
Bookmap Global Plus Lifetime + Lifetime Addons For Sale
Platforms and Indicators
Hormuz Surges From 14% to 26.5% Intraday as Irans Answer …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
15 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #2 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,448 since Apr 2013
Thanks Given: 494
Thanks Received: 1,643

joyceflor,

welcome to NexusFi. I would suggest using the print reserved word to check the value of Value1 (I would also suggest using meaningful variable names as this might make your programming life easier in the long run).

From glancing at your code, it should correctly store the value at the moment you issue the order.

Regards,

ABCTG


joyceflor View Post
Hi,

I'm new to this forum and also new to EasyLanguage. The code is for trading mini-ES. I've been stuck for a few days on getting the code to set/record a reference value, i.e. close of 2 bars before an Entry bar. I tried with C[2] and it didn't work. I think the code kept re-calculate rather than record and keep that value unchanged. Here's what I have:

vars: RangeHigh(0), Value1(0);

If MarketPosition = 0 and Close > RangeHigh then
begin
buy next bar at market;
Value1 = Close[2];
end;

If MarketPosition = 1 then
sell ("stop") next bar at Value1 stop;


Thanks in advance!


Follow me on X Reply With Quote
Thanked by:
  #3 (permalink)
joyceflor
Hong Kong, Hong Kong SAR
 
Posts: 3 since Sep 2022
Thanks Given: 2
Thanks Received: 0


Thanks for your reply, ABCTG.

I'll try to print as you suggested and see what happens.


Reply With Quote
  #4 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,448 since Apr 2013
Thanks Given: 494
Thanks Received: 1,643

joyceflor,

one thing to keep in mind with your code is that you initialize RangeHigh with 0. This will make your condition true on the very first bar the code is evaluated on and you do not update the value stored in RangeHigh. This will result in a new order every time your code is flat.

Regards,

ABCTG


joyceflor View Post
Thanks for your reply, ABCTG.

I'll try to print as you suggested and see what happens.


Follow me on X Reply With Quote
Thanked by:
  #5 (permalink)
joyceflor
Hong Kong, Hong Kong SAR
 
Posts: 3 since Sep 2022
Thanks Given: 2
Thanks Received: 0

ABCTG,

Thanks so much for this note! Perhaps this is why I couldn't get my code to do what I intend to do!


Reply With Quote




Last Updated on September 6, 2022


© 2026 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 - Downloads - Top
no new posts