- Search Crypto Craft
- MrPip replied Oct 9, 2008
It did not matter that much. I do not mind using my real name. It is useful thogh as so many know me as MrPip since 2004. I just hope my Password still works
. Makes me nervous to log off. RobertTrading system using relative strength
- MrPip replied Oct 9, 2008
Here is what you want. No need to place an "m" on symbols as it is done by the indicator. And yes I caught the funny name of BusSell... I meant to use BuySell... I also found a bug in LongShortTotal. The first pair had a 0 instead of an i in ...
Indicators development for T101's not very simple method
- MrPip replied Oct 9, 2008
New version of indicator — Here is a version that show types of MAs and Prices that can be used. I also modified to add an input for Indicator_ID. By changing this value you can place the indicator on a chart for each MA type with a different ...
Trading system using relative strength
- MrPip replied Oct 9, 2008
You mean this? — Orest, I modified your version 1.11 to show if all were buys or all were sells. The logic of gathering statistics was changed. so that when buy it uses now - last_close and when sell it uses last_close - now. This is done for ...
Indicators development for T101's not very simple method
- MrPip replied Oct 9, 2008
I am attaching a modified version that adds whatever character is required by the broker. Basically looks at the lenght of Symbol and if it equals 7 uses the 7th character to add to the symbol names. So now if the symbol is an "m" it will add an ...
Trading system using relative strength
- MrPip replied Oct 9, 2008
Shiva, You need to set one of the inputs for ShowRankx to true where x is 1-14. Robert
Indicators development for T101's not very simple method
- MrPip replied Oct 9, 2008
Trader 101 TradeBasket version for FXDD — Here is the version for FXDD. I added DisplayBarsBack because I have a huge amount of history data for FXDD. Robert
Indicators development for T101's not very simple method
- MrPip replied Oct 9, 2008
Problems — I am finding that some of the problems are resulting from the different pairs lists being used. Some indicators have been written using the IBFX pais list while others are written using the FXDD pairs list. It might be a good idea ...
Indicators development for T101's not very simple method
- MrPip replied Oct 9, 2008
I will honor your request. Would you like me to delete the post or remove the attachment for RSI indicators? Since this was already done with RSI, the RSI indicators I posted need to have the common tab properties for fixed minimum set to 0 and ...
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
Error I found — Orest, I found the error. It was in the T101v2.4 EA. It happens in the draw_objects function. Code follows. void draw_objects() { int companion =WindowFind("trendchaser_companion"); if (companion == -1)companion=0; ...
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
Error I mentioned — Orest, The error is not in the indicators posted on this thread. It is from one of the earlier versions. It might even be in someone elses code for teh EA version. There were so many versions I lost track of the one with ...
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
Second Indicator with no m required — Here is the other indicator on first post with no m required. The "m" is put there automatically like the other I posted. Robert
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
OrestIndicator with auto m — Here is a version of Orest indicator that automatically adds the m or any other letter used for mini accounts. A check is made for the chart Symbol length greater than 6. If so the 7th letter is added to the pair ...
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
bug in Orest indicators — Orest, The problem occurs when the statistics are done because a Buy that becomes a Sell is still added to the Buy total and a Sell that becomes a Buy is still added to the sell total. I have been coding for over 30 ...
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
Bug found in RSI indicators — I found a small bug in RSI indicators. If a pair is entered as blanck the symbol becomes "m" Here are new versions. It should be easy to modify for other indicators. Robert aka MrPip
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
RSI for seven pairs — Someone requested this in a private email. They display the RSI for each pair. Attch the first one to a chart and the second on top of the first. I do not see a benefit of this indicator but.. There is a function call in ...
Indicators development for T101's not very simple method
- MrPip replied Oct 8, 2008
FXDD set problems — I had meant to post this at the original thread but it was closed. There is a problem with simply entering the FXDD set in the indicators meant for IBFX. For FXDD ----------------- Set 1 (The Buys) 1. GBPUSD 2. EURGBP 3. ...
Indicators development for T101's not very simple method
- MrPip replied Mar 16, 2006
new ea — Here is the newest version. It should now be bug free. I ran a backtest from Jan 2 to Mar 14 on the 4 hr chart and found the following values to work best so far. FastMAPeriod = 4 SlowMAPeriod = 5 MrPip
Interbank FX Expert Advisor how to program?
- MrPip replied Mar 16, 2006
your ea — The fast is 2, the slow is 5. And you are using the 2 period not the 2 day. You can also optimize these values for more profit by using the backtester with 0 for stop loss and take profit. Just trade the cross to determine maximum ...
Interbank FX Expert Advisor how to program?
- MrPip replied Mar 14, 2006
new version — Eric, Only took a few minutes to fix. MrPip
Interbank FX Expert Advisor how to program?