NexusFi: Find Your Edge


Home Menu

 





5 lines of Tradestation to Multihcharts


Discussion in MultiCharts

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




 
Search this Thread

5 lines of Tradestation to Multihcharts

  #1 (permalink)
 emini_Holy_Grail 
Dallas,TX
 
Experience: Intermediate
Platform: NinjaTrader, OpenQuant
Broker: Zaner/Zen Fire
Trading: ES,6E,6B,GC,CL
Posts: 597 since Nov 2009
Thanks Given: 176
Thanks Received: 126

Hello
These are few lines of code from Tradestation
Can someone help me converting this to Multihcharts ?
I wanted to do a quick test in Multihcharts. Thanks you in advance !!!!

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This is Tradestation code and how can i import this in Multicharts
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

input:
Length( 7) [DisplayName = "Length", ToolTip =
"Enter the number of bars over which to track the lowest low."] ;

if Low < Lowest( Low, Length )[1] then
begin
Plot1( Low, !( "BrkoutLo" ) ) ;
Alert ;
end ;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

input:
Length( 7) [DisplayName = "Length", ToolTip =
"Enter the number of bars over which to track the highest high."] ;

if High > Highest( High, Length )[1] then
begin
Plot1( High, !( "BrkoutHi" ) ) ;
Alert ;
end ;
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Started this thread Reply With Quote




Last Updated on February 9, 2020


© 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