Could you please share the link to your project?
Posts made by l'andorrà
-
RE: Calc profit of first and last trade. And Once per Position block.posted in Questions & Answers
-
Why can't magic number separate profits?posted in Questions & Answers
I created two versions of the same bot to be used on the same symbol. I want to see the profit/loss performance for both independently. Both both use slightly different versions of the trade launcher but the exact same version of the manager part closing trades partially or completely.
I always believed that using different magic numbers on every chart would be more than enough to separate their results, but I was wrong. Although I'm using them on separate charts I see that both final results at the end of the day are wrong because some results of one of them is included in the other.
Do I need something more than using different magic numbers? What am I missing?
-
RE: Transformation of profit/loss into price levelposted in Questions & Answers
@nwabu Could you please open a new thred for your question instead of kidnapping this one?
-
RE: Transformation of profit/loss into price levelposted in Questions & Answers
@roar Thanks, I will try to build a new formula with it.
-
RE: Transformation of profit/loss into price levelposted in Questions & Answers
@roar I began to review it and I would appreciate some confirmation here on the variables of that formula:
- 'Size' and 'value' variables mean current lot size.
- SL means stop loss distance in pips. In effect this is the number I'm looking for.
- 'AccountEquity' mean equity right now.
- Both 'TickValue' and ' PipValue' numbers can be found as per sktsec's suggestion, right?
-
RE: Break even should reflect as TPposted in Questions & Answers
That depends on what you exactly mean by 'reflect as TP'. Reflecting it where exactly?
-
RE: ALERT AND BREAKEVENposted in Questions & Answers
@Krato Could you please open a new thread for your questions instead of using this one?
-
RE: Global takeprofit for gridposted in Questions & Answers
Ok. Now the tough part begins. Those are my first questions: a) Is there any max limit to the open trades in both directions at the same time? In other words which is the biggest grid the EA is supposed to create?
-
RE: Ichimoku on Indicator Windowposted in Questions & Answers
That is not possible in fxDreema. The only option is hiring a programmer with your custom indicator. Then it can be imported into any fxDreema project.
-
RE: ichimoku elements flatingposted in Questions & Answers
That depends on what you mean by 'select'. Do you mean identifying its beginning and end candle IDs maybe?
-
RE: I want to build a continuation style EA, But dont want to use for example Candle id .posted in Questions & Answers
Ok. Could you please provide tat list of conditions and an image showing how would they be applied?
-
RE: How to Change last closed Candle Colour according to specific Conditionposted in Questions & Answers
AFAIK fxDreema cannot change colours for individual candles. The closest it can do is applying templates you created on the chart. But then the information on previous candles will be lost. I'm afraid the only way to do it is via custom code.
-
RE: I want max Lot for Trade, How to Set itposted in Questions & Answers
Do you mean the maximum lot size regardless the balance?
-
RE: boom and crash tp problemposted in Questions & Answers
I'm not an expert at boom and crash but if you do a search on the forums by using those tags you will find many people asking the same. AFAIK that is not possible to do without adding several structures searching for those 'first spikes'.
-
RE: Chrome Extension Errorposted in Questions & Answers
AFAIK the admin didn't update it. You should contact him directly to let him know.
-
RE: Placing orders under the boxposted in Questions & Answers
This is the second thread you created for the exact same question. Please don't duplicate threads.
-
RE: take profit filterposted in Questions & Answers
Point 1 is easy to do. Pont 2 is more confusing. What do you exactly mean by 'change in price'? Change from what exactly, the open price maybe? And shouldn't be point 3 the same as point 2? What is the difference between them?
-
RE: Buy and sell with boxposted in Questions & Answers
Is that box drawn manually or created automatically by the bot?
