NexusFi: Find Your Edge


Home Menu

 





Can I do the following on MC?


Discussion in EasyLanguage Programming

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




 
Search this Thread

Can I do the following on MC?

  #1 (permalink)
30percent
ny and ny/usa
 
Posts: 2 since Jan 2012
Thanks Given: 1
Thanks Received: 0

Hi,

I'm new to programming.

I took time to learn c# and how to code my trading system in Ninjatrader. However, I came across futures.io (formerly BMT)'s website and Mike's comparison between MC and NT. I'm considering of switching from NT to MC. On NT I set CalculateOnBarClose = false on my strategy. However, it doesn't seem to process tick-by-tick . There were a host of other issues that I encountered on NT. It has been pretty frustrating. At this point, I'm willing to look at alternative automation trading software.

Wonder if I could get some help here with anyone that has experience of using MC.

Can I do the following in MC7?
a) on point and figure chart - don't process the strategy unless current bar is 2 days older than the first bar.

b) find the lowest low or highest high of the last 2 days on point and figure chart?

c) add other data series/indicators to a point and figure chart?

If I could do these, hope someone could guide me through. I want to learn as much as possible before downloading MC to try it out.

Thanks a lot!

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Quant vue
Trading Reviews and Vendors
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
About a successful futures trader who didnĀ“t know anyth …
Psychology and Money Management
 
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662


Yes, they can all be done.

MultiCharts natively does tick-by-tick backtesting.

One caveat, when using exotic bar types like PnF, Renko, Kagi, 3LB, etc, the "Open" of the bar (where the strategy trade takes place from the prior bar, if IntrabarOrderGeneration is off) will be false. You can get around this by having Data1 be a non-exotic bar type, like a 1 range bar, and then Data2 for your exotic bar type.

Data1 would then be used for execution, and Data2 for signaling.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #4 (permalink)
30percent
ny and ny/usa
 
Posts: 2 since Jan 2012
Thanks Given: 1
Thanks Received: 0

Hi Mike,

to make sure I have this right, if I set IntrabarOrderGeneration = true the following strategy for point and figure will be processed real time or tick-by-tick?

Anytime, market price is higher than High[1], signal would be triggered.


Quoting 
if High > High[1] then
begin
//do something
end;

Otherwise, if I set IntrabarOrderGeneration = false, in this case, I would have to use Data1 and Data2 as you described?

Reply With Quote




Last Updated on January 29, 2012


© 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