Search found 251 matches

by NakedMarkets
Mon Jan 30, 2023 3:42 pm
Forum: Feature requests
Topic: Time left until the end of the candle
Replies: 2
Views: 1016

Re: Time left until the end of the candle

Yes, it can be added but maybe it could be easier/better to add it as a chart option instead of an indicator ?
by NakedMarkets
Mon Jan 30, 2023 3:40 pm
Forum: Feature requests
Topic: Adding strategy for MT4 / MT5 to test the different trades / setup
Replies: 1
Views: 674

Re: Adding strategy for MT4 / MT5 to test the different trades / setup

Hello,

Right now, it's not possible to convert automatically a MT4 Expert Advisor to a NM strategy.
However, if you have the source code of the EA, we can convert it with the dedicated API
by NakedMarkets
Mon Jan 30, 2023 3:39 pm
Forum: Feature requests
Topic: Upgraded "Go to date"
Replies: 4
Views: 1288

Re: Upgraded "Go to date"

Could you please elaborate on this ? Right now, the "go to date" feature is synching the selected chart to the selected data. It's possible to do it for every opened charts if you need it, this is quick to design. This feature has been added mainly to see the past bars and analyze them if ...
by NakedMarkets
Mon Jan 30, 2023 3:35 pm
Forum: Feature requests
Topic: Export MAE and MFE data
Replies: 7
Views: 2090

Re: Export MAE and MFE data

Hello,
Thanks for your suggestion.
We will add it to the next update, without adding it to the roadmap, since this is very quick to implement
by NakedMarkets
Mon Jan 30, 2023 3:34 pm
Forum: Feature requests
Topic: Current market price
Replies: 1
Views: 775

Re: Current market price

Hello, Yes, as discussed here , we are working on adding 2 new rules : bid and ask. These rules will return the current value of the market price, We are working on it. It's a bit more complex than expected because it can lead to slowness since the rule has to be executed for every M1 candles on a D...
by NakedMarkets
Mon Jan 23, 2023 4:45 pm
Forum: Overall questions
Topic: Is there "Crosses" condition in Rule Manager?
Replies: 9
Views: 4759

Re: Is there "Crosses" condition in Rule Manager?

At the moment, there is no rule dedicated to crosses conditions but it can be done by defining the following rule. As an example, we'd like to set a condition to pause the backtest when the SMA 20 (below) crosses the SMA 50 (above). Here is the related core rule : [Indicator Value SMA 20 (position 0...
by NakedMarkets
Mon Jan 23, 2023 4:35 pm
Forum: Overall questions
Topic: Horizontal line - how to use it as a trigger (checkbox "Use as a rule reference")
Replies: 2
Views: 2555

Re: Horizontal line - how to use it as a trigger (checkbox "Use as a rule reference")

There is a rule in the "Price Breakout" category, called "Reaches S/R Level", explained on the wiki : https://www.naked-markets.com/Wiki/Price_breakout This rule uses the horizontal lines displayed on the chart. If the price reaches it, it will trigger your action. For example, i...
by NakedMarkets
Mon Jan 16, 2023 5:30 pm
Forum: General discussion
Topic: Please Help with Rules
Replies: 1
Views: 2529

Re: Please Help with Rules

The rule you are trying to create generates an error because the operator AND (&&) can not be applied next to a double statement, as described on the error message. If we look at your rule, we can see that the all the purple rules are well located because they are boolean rules (only true or...
by NakedMarkets
Mon Jan 16, 2023 5:25 pm
Forum: General discussion
Topic: License Move
Replies: 1
Views: 2343

Re: License Move

Hello,

The procedure is to send us an email as explained here.

Thanks
by NakedMarkets
Wed Jan 11, 2023 11:16 am
Forum: NakedMarkets Roadmap
Topic: [BIG] Update version 1.0.8334
Replies: 4
Views: 3924

Re: [BIG] Update version 1.0.8334

Hi,

Yes, our Github with all the indicators source code is here : https://github.com/NakedMarkets/Indicators
The Wiki documentation about the API to design indicators yourself : https://www.naked-markets.com/Wiki/Indicators_API