If you want to contact us please send us an email to:
support@pimpmyea.com
for support about our products
or to:
info@pimpmyea.com
for everything else.
We’ll reply to you as soon as possible. Thanks!
If you want to contact us please send us an email to:
support@pimpmyea.com
for support about our products
or to:
info@pimpmyea.com
for everything else.
We’ll reply to you as soon as possible. Thanks!
Pingback: Forex Growth Bot – PimpMyEA Version Available
Your account at http://www.myfxbook.com/members/pimpmyea/live-finfx/891548 is not updating. Interested to see the performance – could you set it to regularly update. Thanks
Hi Dave, thanks for your interest. Unfortunately FortissimoFX is not operating anymore on that account, please read this post: http://pimpmyea.com/fortissimofx-pimpmyea-and-finfx/
looking for jforex auto trader
i really like the “Price Speed and Acceleration” indi you came up with, I was wondering however if it would be possible to modify it so that it displays a histogram that uses “period = 1″ instead of 240, and averages the sum of speed & acceleration? I modified the code slightly below, was wondering if you could give me some guidance as my coding skills aren’t great…
Here’s the modified code:
//+——————————————————————+
//| price speed and acceleration.mq4 |
//| Copyright © 2011, Andrea Salvatore |
//| http://pimpmyea.com |
//+——————————————————————+
#property copyright “Copyright © 2011, Andrea Salvatore”
#property link “http://pimpmyea.com”
#property indicator_separate_window
#property indicator_buffers 2
#property indicator_color1 LightGray
#property indicator_color2 DarkOrchid
#property indicator_width1 2
#property indicator_width2 2
//—- indicator buffers
extern int period = 1; //240
int limit;
double speed[];
double acceleration[];
//+——————————————————————+
//| Custom indicator initialization function |
//+——————————————————————+
int init()
{
//—- indicators
IndicatorBuffers(2);
//—- drawing settings
SetIndexStyle(0,DRAW_HISTOGRAM);//DRAW_HISTOGRAM
SetIndexBuffer(0,speed);
SetIndexStyle(1,DRAW_HISTOGRAM);//DRAW_LINE
SetIndexBuffer(1,acceleration);
//—-
return(0);
}
//+——————————————————————+
//| Custom indicator deinitialization function |
//+——————————————————————+
int deinit()
{
//—-
//—-
return(0);
}
//+——————————————————————+
//| Custom indicator iteration function |
//+——————————————————————+
int start()
{
int counted_bars=IndicatorCounted();
int i;
//—-
if(counted_bars>0) counted_bars–;
limit=Bars-counted_bars;
for(i=0; i<limit; i++) {
speed[i] = ((((iClose(Symbol(),0,i)-iClose(Symbol(),0,i+period))+((((High[i]-Low[i])/2)+Low[i])-(((High[i+period]-Low[i+period])/2)+Low[i+period])))/2)*1000);
}
for(i=0; i= 0; i–)
acceleration[i] = speed[i]-speed[i+period];
}
//—-
return(0);
}
//+——————————————————————+
Hi Ian,
can you please explain better what you want to do? You want 1 curve (histogram) that is the average of speed and balance?
Please send an email to support[at]pimpmyea.com
Cheers,
Andrea
Folks,
Your website menu doesn’t work correctly. When I hover my mouse over the top menu and want to click on a pull down submenu it disappears without giving me the chance to click on it. It happens in firefox as well as in IE.
BR,
Johan.
Hi Johan,
we are aware of that and it works if you come down by following the small triangle connecting the menu header to the dropdown menu.
In any case I’m trying to find a solution to that to make the menu work more easily.
Thanks for reporting.
Cheers,
Andrea
Hello, I am interested in your Hart-EA. But why does it perform so bad 2014 ?
I like renk, I trade manualy renko. What is wrong ?
Regards Martin
Hi,
we’ve found that the problem is in timing for the close of orders. It is usually too late.
We developed new strategies that are under test.
If you like trading on Renko, you should take a look at Forte4Renko that is performing well 😉
Cheers,
Andrea
You have such a lot of systems + indis, which is the most profitable ?
Not all of them can be good.
Regards Martin
Hi Martin,
our best performing EAs actually are Forte/Fortissimo and Forte4Renko.
About the indicators all of them are good for your manual trading but depends on the kind of trading that you like. If you look for trading systems, you should look at the PotenzaFX/PowerbarsFX/RangoFX, Forex Diver and Forex Spaghetti.
Cheer,
Andrea
Goodday,
Subject: Working with Renko bar?
How is it possible when you see offline under bars: 37, very low number, that is to little for working with Renko bar.
Do you have a solution for this.
Many Greetings,
Henk Gerritse
Hi Henk,
try using a different timeframe for the original chart. Evidently you don’t have enough bars on the 1M. You can safely switch to 5M or even 15M. Data from those charts are only used to build the initial chart. Then it’ll catch real time data that are the same for every timeframe.
Cheers,
Andrea
Hello Andrea,
I am using your EA “B625_RenkoLiveCharts_pimped_v4″ to generate Renko offline chart. Very good, thank you!
I would like to make another EA to work on the Renko offline chart generated. But the EA added to the offline chart never gets its functions Start() or onTick() called.
Can you please help me or give me any advice on how to make an EA work on the offline chart generated by B625_RenkoLiveCharts_pimped_v4?
I am using MT4 build 670.
Thank you,
Lea
Hi Lea,
glad that you find our Renko offline charts useful
You should use the onTimer() method in your EA 😉
Hi there Paolo!
My ForteFx keeps telling me I need to update. Could you please direct me to the latest version. As far as I am concerned, I have already updated to the latest version.
Kind Regards,
Alan
Hi Alan, the latest version is v2.00. The download link is in the email you received after the purchase. Don’t hesitate to send us an email for any issue.
Hi good afternoon my question is:
– Can operate spaghetti indicator for the future of DAX ?, if so what parameters have to change?
Best regards.
Hi Josep Maria,
SpaghettiFX EAs can operate on any financial instrument available in MT4, however I’m not able to provide you with optimal settings for every instrument as we mainly trade major pairs.
Hi,
I am looking for one4all EA and would like to request if i can get a demo version for a week to test if it works with my strategy. My intention is to reduce the number of orders while maintaining the same profitability. Hope you can accommodate my request as a loyal customer of yours.
Regards,
Fawaz
Hi,
now you can try it and every single indicator and EA present in the pimpmyea.com website, simply by starting a monthly Elite subscription here: http://pimpmyea.com/elite for only $14.99/month (or less).
You can try it for one month and eventually decide to keep the subscription or stop it and buy the lifetime license for One4All only.
Cheers,
Andrea
my app gives me error occurred in sub:java.io.filenotfoundexception:/data/data
com.pimpmyea.forexdashboard/cache/788:openfailed:ENOENT(no such file or directory)
Try uninstalling and reinstalling the app.
This should solve.
Andrea
In FuturoFX 2 there is no more tomato projection as well as yellow prediction bars
I installed sintestfx and the incicator is upside down
correction the indicator is upside down
It’s not upside down but it shows you the USD strength.
Cheers,
Andrea
Hi, I purchased Ondafx, and I want to go live. I have submitted the activation form and sent you emails but no response yet… is this site still active??
Thanks
Contact us directly at support@pimpmyea.com if you still have problems.
Cheers,
Andrea
Hi,
On december I subscribe for you elite service. I downloaded the renko EA. When i tried this back testing this EA nothing happened. Is my account active or not? Two day ago i posted a msg here but it was cancel. Pls can you tell me what i can do to back test this Ea?
Hi Adrian,
backtesting Renko chart is a long and quite complicated process requiring the use of external scripts to generate data used during the backup.
Cheers,
Andrea
Hello,
I am interested in the Tick Volume indicator for Renko (http://pimpmyea.com/more-than-40-pips-in-one-day-scalping-on-renko-charts/). when i look into your indicator section, i can’t find it.
Please advice.
Thank you.
Hi German,
the tick volume indicator is only available for Elite members.
If you are one of them, contact us.
Thanks.
Cheers,
Andrea
an error has occurred in sub java.io.filenotfoundException data/data/
com.pimpmyea.myforexdashboard d/cache 847: open failed:ENOENT(no such file or directory continue?
salve mi viene questo messaggio di errore?
Ciao Gennaro,
prova a disinstallare e reinstallare l’app.
Dovrebbe risolvere il problema.
Saluti,
Andrea
Hi Andreas,
Hows it going?
When can we expect Forex Dashboard App: Currencies Power In The Palm Of Your Hand for IOS to be ready?
I am eagerly waiting for it.
Regards,
SK
Hi SK,
I’m working on the app and it’s in development now.
I think that in a month or two it should be available in the Apple store.
I’ll do my best to accelerate things but there are technical times needed for the development and for the approval by Apple.
Thanks for your interest.
Cheers,
Andrea
Hi,
What is the latest version of Cruscotto? Where can i get more info about it? What is the price and where to get it?
Regards
John
Hi,
you can find the latest version here:
http://pimpmyea.com/indicators/cruscotto/
Thanks for your interest.
Cheers,
Andrea
Hello. I would like to buy POTENZA FX INDICATORS for MT4, but the BUY IT buttons links broken..
Please advise how can I buy them. Thank you.
Ciao, sto usando l’expert pimped v4_13 (grazie mille!) ma ho il problema che se attacco un expert sul grafico Renko non funziona,
Sto provando anche con expert molto banali (tipo dove deve solo scrivere qualcosa) che funzionano sui grafici normali, ma non sul grafico Renko. Potete aiutarmi? Grazie!
Alberto
Ciao Alberto,
per funzionare su un grafico Renko, un EA deve essere scritto in un modo particolare.
Non tutti (anzi quasi nessuno) EA è scritto in questo modo.
Noi abbiamo due EA (HART e Forte4Renko) che utilizzano chart Renko per il trading.
Saluti,
Andrea
how can i buy your currency correlation matix?
Thank you
Hi,
you can buy it from here:
http://pimpmyea.com/matrixfx/
Cheers,
Andrea
Hi Andrea, hi Paolo,
I wonder what is the closure strategy of ConcertoFX. I learn the closures are different, sometimes one trade only, sometimes many and the profits are very different as well.
Please explain.
Thank you for your support.
Helllo, I like to pay for ConcertoFX by Paypal. Please let me know. Thanks, greetings, Pieter
Hi Pieter,
I just sent you an email with instructions.
Thanks,
Andrea
Hello.
I lost ”forex diver indicator”
please give me download url.
Thank you.
Hi,
I just sent you an email with the download instructions.
Cheers,
Andrea
About the buggy MT4 800+ builds.
Which build is the best to use then ?
And how do I get that build for my broker IC Markets ?
My broker recommends build 840.
Regards, Jeff.
Hi Jeff,
I’m actually working with build 830 on both FinFX and FXPro and so far I don’t have the build 840 available. But consider that I restart my platforms only during the weekend so if it wasn’t available last Sunday then probably I’ll get it next weekend.
I’m doing some test with the 830 now to see how it affects my software. As soon as I have 840 I’ll see if there’s anything really different with it.
Cheers,
Andrea
Just following up on the e-mail I sent yesterday regarding the RangoFx popup alert not working on my MT4 demo platform. I also noticed the same issue with the PowerbarsFx_Spread indicator.
Ok let me investigate and see if it depends on the new platform.
In the meantime, can you please try to install them on a freshly installed MT4 platform.
Thanks,
Andrea
I just loaded Reticolo onto my chart but it said authentification failed. I have used the correct email, and is spelt correctly
Hi Graeme,
did you solve it?
If not please send us an email to support@pimpmyea.com
Thanks,
Andrea