What you can do is after you enter the trade, post the chart indicating when you enter the trade, entry price, and STOP price. Don't need to tell us how many millions of dollars you profited from it. Then we can determine how great you are.
Description and what my trading systems are can be found here https://www.elitetrader.com/et/threads/axiom-of-volatility-development.384397/page-89#post-6133900 as you can see I started trading with $5,000 In 16 days the profit reached $82,612 there was not a single erroneous transaction and this clearly proves that time is the main factor influencing the development of volatility I am once again convinced that there are people on this forum who do not listen to the opinions of these commentators, they simply do not understand what I am talking about, and these commentators are deliberately misleading people. For you all the explanations are on these pages https://www.elitetrader.com/et/threads/development-of-volatility-over-time.384681/page-6 https://www.elitetrader.com/et/threads/development-of-volatility-over-time.384681/page-7
Read my posting #71. Start posting your chart showing your entry time, entry price, STOP price right after you enter the trade. and that should suffice. We don't care if you trade with 1 nano lot, or a million lots. And you don't have to show the authentic trading account transactions. When we are convinced you are truly the great and mighty trader, we will read your postings seriously.
Ask yourself who you are to speak for everyone? I am not going to prove anything to anyone personally. If you are a programmer, go through the interview and if you succeed, then I will give you access to my trading operations on the YouTube channel. There you will get answers to all your questions.
I don't have time to trade today, I made one trading operation on the SP 500 and DAX indices This is the result of these trading operations. If I have time, I will make a few more trading operations in the evening
maxinger I forgot to add you are on the ignore list and therefore your opinion is not interesting to me, I do not consider you a trader, let alone a programmer
Extracted data: Code: sell 1.00 2596.20 2578.36 178.40 sell 1.00 2596.17 2578.56 176.10 sell 1.00 2596.31 2578.55 177.60 Analysis program: Code: cat resto_sample_txns.txt | perl -n -e 'use warnings; use strict; print "\nInput: $_"; my ( $buysell, $quantity, $entryPrice, $exitPrice, $listedProfit ) = split(/\s+/, $_); my $sign = ($buysell eq "sell") ? -1 : 1; $listedProfit = sprintf("%.2f", $listedProfit); my $actualProfit = sprintf("%.2f", $sign * $quantity * ($exitPrice - $entryPrice)); if ( $actualProfit == $listedProfit ) { print "actualProfit $actualProfit == listedProfit $listedProfit\n"; } else { print "WARNING AUDIT FAILURE: actualProfit $actualProfit != listedProfit $listedProfit ***REJECTED***\n"; } ' Results: Code: Input: sell 1.00 2596.20 2578.36 178.40 WARNING AUDIT FAILURE: actualProfit 17.84 != listedProfit 178.40 ***REJECTED*** Input: sell 1.00 2596.17 2578.56 176.10 WARNING AUDIT FAILURE: actualProfit 17.61 != listedProfit 176.10 ***REJECTED*** Input: sell 1.00 2596.31 2578.55 177.60 WARNING AUDIT FAILURE: actualProfit 17.76 != listedProfit 177.60 ***REJECTED*** Conclusion: Those trades were fake. The good news is posting fake results does not appear to be a violation of the EliteTrader Terms of Service and Rules.
@Baron "Konstantin Resto" photoshopping his results. thinks he's trading Rubles. Close -> ban -> watch views plummet.