Scammer's website tradest.io Scammer's email[email protected] Total money lost$149 Type of a scamOnline Purchase
The website claim
Tradest Indicator Script
We developed indicator system which is one of the most accurate signals scripts for TradingView.
Over years of technical analysis and trading currencies we decided to create our own system which provides buy/sell signals with over 86% accuracy. After months of tests and hundreds successful trades we finally wrapped up our script.
We decided to share it with traders from all over the world in a simplified form which also allows beginner users for easy use. Script works on all Forex, Crypto, Stocks, Indices and Commodities markets. Indicator is also compatible with MetaTrader, NinjaTrader, EquityFeed and other trading softwares.
24h/7 Support
If you have any questions, inquiries or need any assistance, we are at your service at any time of the day on our Telegram Customer Service.
After I paid $149 all I got was exactly this below. This including the full conversation with Tradest representative by email.
Andrew Phillips Inquiry - I am filing a ScamPulse.com complaint in 24 hours if I don't get a full refund today
Inbox
x
Andrew Phillips
5:21 AM (2 hours ago)
Good morning, Minutes ago, I paid $149 and go nothing in return but a few download link with butch of useless codes. Totally different from what was advertised
Tradest
5:30 AM (2 hours ago)
Hello there, You got our script in return along with all information how to use it - so exactly what was described on our website for this product. In summary,
Andrew Phillips
5:37 AM (2 hours ago)
What I got in your advertisement was charts and pictures with claims of success. What I got was two voiceless short clip youtube videos and a word document with
Tradest
6:03 AM (1 hour ago)
We are not describing our script as 100% accurate on our website nor we do not mention about any “voiceful” or “long” videos that should be included. We also do
Andrew Phillips
6:15 AM (1 hour ago)
I apologize for my misunderstand, you sound computer literate, maybe you could use remote assistance help me because I am clueless on how to set up your scripts
Andrew Phillips
6:39 AM (1 hour ago)
Another fraudulent claim this website make is 24h/7 Support It is self-evident that this also is another false claim by your unwillingness to give zero support
Andrew Phillips
6:45 AM (1 hour ago)
24h/7 Support If you have any questions, inquiries or need any assistance, we are at your service at any time of the day on our Telegram Customer Service. This
Tradest
6:46 AM (1 hour ago)
Didn’t we just exchange several emails discussing your problem? Are you not considering this as support service? 24/7 support service does not mean we will resp
Andrew Phillips
7:16 AM (45 minutes ago)
A 54 seconds youtube without Close Capturing is not a guide. There is not one word your script activation or installation. How is this a guide? There is just an
Andrew Phillips
7:41 AM (20 minutes ago)
to Tradest
Your website didn't say this what you get for $149 is this.
Preview YouTube video Tradest Indicator Script - Installation Guide
Useful
Reply
TradestUser
Sign in to contact user
Share
Report
I agree with the above post. I have purchased the Tradest.io script in February and immediately contacted them for a full refund per their website. Nothing. Contacted them on Telegram. Nothing. Do not waste your money on this scam. It is basically using EMA55 crossovers to issue buy and sell signals. You can find better scripts on Tradingview doing the same and better and for free. Do not waste your money or purchase this script. It is a scam and they will not respond to your emails or Telegram DMs after you purchase. The site and support are a fraud.
Useful
Reply
Tradest Contacts
If you know any contact information for Tradest, help other victims by adding it!
Scammer's email [email protected]
Total money lost $149
Type of a scam Online Purchase
Tradest Indicator Script
We developed indicator system which is one of the most accurate signals scripts for TradingView.
Over years of technical analysis and trading currencies we decided to create our own system which provides buy/sell signals with over 86% accuracy. After months of tests and hundreds successful trades we finally wrapped up our script.
We decided to share it with traders from all over the world in a simplified form which also allows beginner users for easy use. Script works on all Forex, Crypto, Stocks, Indices and Commodities markets. Indicator is also compatible with MetaTrader, NinjaTrader, EquityFeed and other trading softwares.
24h/7 Support
If you have any questions, inquiries or need any assistance, we are at your service at any time of the day on our Telegram Customer Service.
After I paid $149 all I got was exactly this below. This including the full conversation with Tradest representative by email.
Andrew Phillips Inquiry - I am filing a ScamPulse.com complaint in 24 hours if I don't get a full refund today
Inbox
x
Andrew Phillips
5:21 AM (2 hours ago)
Good morning, Minutes ago, I paid $149 and go nothing in return but a few download link with butch of useless codes. Totally different from what was advertised
Tradest
5:30 AM (2 hours ago)
Hello there, You got our script in return along with all information how to use it - so exactly what was described on our website for this product. In summary,
Andrew Phillips
5:37 AM (2 hours ago)
What I got in your advertisement was charts and pictures with claims of success. What I got was two voiceless short clip youtube videos and a word document with
Tradest
6:03 AM (1 hour ago)
We are not describing our script as 100% accurate on our website nor we do not mention about any “voiceful” or “long” videos that should be included. We also do
Andrew Phillips
6:15 AM (1 hour ago)
I apologize for my misunderstand, you sound computer literate, maybe you could use remote assistance help me because I am clueless on how to set up your scripts
Andrew Phillips
6:39 AM (1 hour ago)
Another fraudulent claim this website make is 24h/7 Support It is self-evident that this also is another false claim by your unwillingness to give zero support
Andrew Phillips
6:45 AM (1 hour ago)
24h/7 Support If you have any questions, inquiries or need any assistance, we are at your service at any time of the day on our Telegram Customer Service. This
Tradest
6:46 AM (1 hour ago)
Didn’t we just exchange several emails discussing your problem? Are you not considering this as support service? 24/7 support service does not mean we will resp
Andrew Phillips
7:16 AM (45 minutes ago)
A 54 seconds youtube without Close Capturing is not a guide. There is not one word your script activation or installation. How is this a guide? There is just an
Andrew Phillips
7:41 AM (20 minutes ago)
to Tradest
Your website didn't say this what you get for $149 is this.
https://www.youtube.com/watch?v=FrFFOHwn8LM&authuser=0
https://www.youtube.com/watch?v=FrFFOHwn8LM&authuser=0
//@version=2
//creator: www.tradest.io
study("Tradest Indicator Script", overlay=true)
EMAlength=input(55,"EMA length:")
src=ohlc4
haOpen=0.0
haOpen := (src + nz(haOpen[1]))/2
haC=(ohlc4+nz(haOpen)+max(high,nz(haOpen))+min(low,nz(haOpen)))/4
EMA1=ema(haC,EMAlength)
EMA2=ema(EMA1,EMAlength)
EMA3=ema(EMA2,EMAlength)
TMA1=3*EMA1-3*EMA2+EMA3
EMA4=ema(TMA1,EMAlength)
EMA5=ema(EMA4,EMAlength)
EMA6=ema(EMA5,EMAlength)
TMA2=3*EMA4-3*EMA5+EMA6
KEVA=TMA1-TMA2
NAVA=TMA1+KEVA
EMA7=ema(hlc3,EMAlength)
EMA8=ema(EMA7,EMAlength)
EMA9=ema(EMA8,EMAlength)
TMA3=3*EMA7-3*EMA8+EMA9
EMA10=ema(TMA3,EMAlength)
EMA11=ema(EMA10,EMAlength)
EMA12=ema(EMA11,EMAlength)
TMA4=3*EMA10-3*EMA11+EMA12
KEVA1=TMA3-TMA4
NAVA1=TMA3+KEVA1
igres=NAVA1
indoc=NAVA
longCond=igres>indoc and igres[1]=indoc[1]
trendState = indoc igres ? false : trendState[1]
closePlot = plot(indoc, title = "Close Line", color = #00ffa8, linewidth = 10, style = line, transp = 90)
openPlot = plot(igres, title = "Open Line", color = #ff004c, linewidth = 10, style = line, transp = 90)
closePlotU = plot(trendState ? indoc : na, transp = 100, editable = false)
openPlotU = plot(trendState ? igres : na, transp = 100, editable = false)
closePlotD = plot(trendState ? na : indoc, transp = 100, editable = false)
openPlotD = plot(trendState ? na : igres, transp = 100, editable = false)
fill(openPlotU, closePlotU, title = "Up Trend Fill", color = #00ffa8, transp = 1)
fill(openPlotD, closePlotD, title = "Down Trend Fill", color = #ff004c, transp = 1)
last_signal = 0
long_final = longCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == -1)
short_final = shortCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == 1)
alertcondition(long_final, title="Buy signal", message="Buy")
alertcondition
openPlotU = plot(trendState ? igres : na, transp = 100, editable = false)
closePlotD = plot(trendState ? na : indoc, transp = 100, editable = false)
openPlotD = plot(trendState ? na : igres, transp = 100, editable = false)
fill(openPlotU, closePlotU, title = "Up Trend Fill", color = #00ffa8, transp = 1)
fill(openPlotD, closePlotD, title = "Down Trend Fill", color = #ff004c, transp = 1)
last_signal = 0
long_final = longCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == -1)
short_final = shortCond and (nz(last_signal[1]) == 0 or nz(last_signal[1]) == 1)
alertcondition(long_final, title="Buy signal", message="Buy")
alertcondition(short_final, title="Sell signal", message="Sell")
last_signal := long_final ? 1 : short_final ? -1 : last_signal[1]
plotshape(long_final, style=shape.triangleup,
location=location.belowbar, color=#00ffa8,size=size.tiny,title="buy label",text="Buy",textcolor=#00ffa8)
plotshape(short_final, style=shape.triangledown,
location=location.abovebar, color=#ff004c,size=size.tiny,title="sell label",text="Sell",textcolor=#ff004c)
Attachments area
Preview YouTube video Tradest Indicator Script - Installation Guide