Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.
-
Content Count
4075 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Calendar
Articles
Everything posted by Tams
-
ok, you are bringing more clarity to the table. what now do you think you need to do? or what EasyLanguage "should" do? can you articulate it in a step by step process?
-
do you need something more "sophisticated" than what you have written above? note: I am not saying you do, or you don't. This is just the continuation of the thinking process in programming. Remember, you are teaching the computer to think like you.
-
instead of asking "What easylanguage instruction can check if data is missing?" try to think, what would you be looking for if you were looking at the data manually? what would constitute a "bad" data? what would raise a red flag in your head? what would sound an alarm in your ears?
-
proper application of knowledge is power. knowledge comes from information, but information does not necessarily lead to knowledge a lot of information does not equal to a lot of knowledge information overload can lead to confusion knowledge overload can lead to... (fill in the blanks)
-
count your blessings. do you know how many people wish they could finish trading by 11am?
-
Seems Like It Wants to Pop But...
Tams replied to MadMarketScientist's topic in Market News & Analysis
-
what do you mean by send"? where do you want to send it? I thought there are already examples in the ADE package.
-
trading is about understanding yourself... you don't need anybody else.
-
>Does Divergence Signals really work? can you define "work"?
-
No you did not. You came here to push snake oil. You have been banned from a number of forums, you are digging your hole here.
-
this is the most UNPROFESSIONAL promotion I have ever seen. all the BS without any substantiation. it is only a matter of time before the authority finds out and put a stop to this.
-
can you stop frick'n pushing your book here ! are you a sponsor? are you adding any value to this discussion community?
-
.......... you are kidding, right?
-
yup... just like any indicators, sometimes it works, sometimes it doesn't.
-
you can mix bar types in MultiCharts.
-
if you can articulate a logic, you can code it into a program. what you have written above is a concept. to program it, you will need to work out all the permutations and decision trees. try a flow chart as a starting point...
-
with the power of compounding, even a small account can grow quickly. but if you do not have a positive expectancy, no amount of "investment" can help you grow. (or bail you out.)
-
I disagree that there is a seller for every buyer. What if 10 people have 1 share each and 1 person has 10 shares? ... Gabe oh yea, the other party is called "Hot Air", right? ps. you can edit out a paragraph for focus, but don't edit out part of a qualifying sentence to meet your twisting argument.
-
MM are buyers/sellers too. MM don't grow on trees. Where do you think the shares/contract/option went when a MM buys it? under the pillow?
-
Friday Nov 19 Ben Bernanke Speaks 5:15 AM ET Market Focus » United States : Chairman Speech Released For 11/19/2010 5:15:00 AM Event Information
-
if you fight the market, it is stressful. but trading is not about fighting. the market is your friend he feeds you, nourishes you, serves you you do not fight your friend you do not manipulate your friend you listen to your friend you understand your friend you go with the flow with your friend you and your friend are in harmony... all the time if your friend is in a bad mood, you give him room; you stand aside if your friend wants to have some fun, you join in and have fun too. daytrading is a blast.
-
for consummated trades, there is a buyer for every seller. during the bidding and asking process, they are never balanced.
-
The following exit keywords are part of MultiCharts' strategy engine. SetBreakEven SetDollarTrailing SetPercentTrailing SetProfitTarget SetStopLoss When using these keywords, the strategy engine will check to see if there is an open position. These orders will be posted to the broker when an open position is detected. When the position is closed, the strategy engine will automatically* withdraw these exit orders. * automatic means you do not need to code further instructions to withdraw the orders, they are done automatically as soon as the position is closed. The logic should be coded this way: If Condition = true then Begin Buy ("B") next bar at Market; End ; SetProfitTarget ( 200 ); SetStopLoss ( 100 ) ; note the stop loss is outside of the conditional loop.
-
.......... ..........
- 4385 replies
-
1. you can start a new thread instead of hijacking this one 2. do a search on TL... the search box is at the top right corner of this page. 3. have you tried google ????