NexusFi: Find Your Edge


Home Menu

 





Signal based on Open data2 not working


Discussion in EasyLanguage Programming

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




 
Search this Thread

Signal based on Open data2 not working

  #1 (permalink)
 Phil18 
Antwerp Belgium
 
Experience: Intermediate
Platform: oec
Trading: ES
Posts: 9 since Sep 2015
Thanks Given: 2
Thanks Received: 0

Hello,

In order to get around the lack of the Bar Magnifier in Renko Chart (in MC), I've put a Renko chart in data2, with a 1-minute in data 1, so I can have accurate intrabar signals based on Renko charts.

I'm trying to generate a buy signal in the following circumstances:

We have an "up" renko bar in data2.

H-3010
C-3010
O-3005
L-3002

If price then goes 2 ticks below the open of the Renko bar (i.e. it hits 3004.50), and then goes back up and hits the value of the Renko bar Close (3010) the system goes long.

I've tried various things, and the latest I have is the following:

if Close of data2 > Open of data2 and Low < (Open of data2 - 0.25) then
buy ("BuyRenko") next bar at Close of Data2 stop;

The problem is that it's not working, except in rare cases where the condition where hit on the very next 1-minute bar. But if the conditions are met later on, the signal doesn't fire.

I have [intrabarordergeneration=true], so it's my understanding that the "buy next bar at" will continue being true for subsequent bars. Is this incorrect?

I'd appreciate any help on this!

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Exit Strategy
NinjaTrader
NexusFi Journal Challenge - May 2024
Feedback and Announcements
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
48 thanks
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #3 (permalink)
 ABCTG   is a Vendor
 
Posts: 2,435 since Apr 2013
Thanks Given: 482
Thanks Received: 1,628


Phil18,

orders will only be kept alive as long as your conditions are true. Without intrabar order generation (IOG) they would get cancelled at the end of the bar unless your conditions are still true. With IOG they could be cancelled at the next tick when your conditions are not anymore.
By default MC will only issue orders when there is a defined bar status on data 1 and you might want to use the print reserved word to check if this might be what cancels orders on your end. If that is the case you might find the AllowSendOrdersAlways attribute beneficial.
https://www.multicharts.com/trading-software/index.php/AllowSendOrdersAlways

Regards,

ABCTG

Follow me on Twitter Reply With Quote




Last Updated on November 1, 2019


© 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