Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Help on MQL4 Function change to NJ

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Help on MQL4 Function change to NJ

    Hello

    I have expericence on MQL4(MT4) but for NinJaTrader I am newbie.
    In MQL4 I have compile a "OrderLot" Function to calculate the OrderLots as below:


    double Lots(double AccountEquity,double RiskPercent,double Entry,double StopLoss, double PipsValue)
    {
    OrderLot=AccountEquity * RiskPercent / ((Entry-StopLoss) * PipsValue);

    return(OrderLot);
    }


    Is it possible using NinJa Strategy to compile this Function ? if not, how to modify it?

    Thanks

    #2
    bonnyshi,

    You will need to use NinjaTrader equivalent code.
    AccountEquity = AccountValue
    PipsValue = not sure what this represents. Maybe you can try TickSize or Instrument.MasterInstrument.PointValue
    Josh P.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Stanfillirenfro, Today, 07:23 AM
    4 responses
    15 views
    0 likes
    Last Post Stanfillirenfro  
    Started by DayTradingDEMON, Today, 09:28 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by cmtjoancolmenero, Yesterday, 03:58 PM
    8 responses
    31 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by helpwanted, Today, 03:06 AM
    2 responses
    22 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by navyguy06, Today, 09:28 AM
    0 responses
    5 views
    0 likes
    Last Post navyguy06  
    Working...
    X