Archive

Posts Tagged ‘closed’

Voice Recognition/closed Cap.

September 28th, 2009 Comments off

Hi

I want to have a non-web software application developed to record voice and transmit as content. I also want to have a closed captioning software for videos.

Regards

Please send me samples of non-web applications and web applications.

Thanks

Mql Ea Small Block Code Needed

August 11th, 2009 Comments off

The only section of MQL code that I am looking for is the following.
When conditions are true for a Buy..CLOSE all open sell orders if any that have magic number (external variable). Verify all have been closed.
The code should send a buy with current symbol and external variable for lots and external Magic number variable.
Then it should verify that order was opened. When/if order hits external variable Take profit the half of the buy order should be closed and the other half is left open. NO OTHER BUYS get opened, even if there are NO open orders.
When SELL conditions are true then CLOSE all open buy orders with same magic number as above(should only be 1 if any). Verify all orders have been closed.
Then send a Sell with current symbol and external variable for lots and external Magic number variable.
Then it should verify that order was opened. When/if order hits external variable Take profit the half of the sell order should be closed and the other half is left open. NO OTHER SELLS get opened, even if there are NO open orders.

and it continues in both directions. Simple enough.
Open, confirm, close half if TP…close all and repeat in opposite

Swoopo Clone Asp Mssql

June 11th, 2009 Comments off

Feature Request
All of the functionality of Swoopo, plus additional features:

REGISTRATION & BID PACKAGES

User registration and account verification (AVS/SMS or phone [alt. credit card verification, Paypal registered address]), Log User IPs, get DOB

Check that email address for registration is NOT from a throw away provider like ya*hoo, hot*mail, g*mail (pop up suggesting a primary email address). If registrant insists on using, put in human review file before activation?

View, edit, add, delete and suspend users.

Refund or grant free bids

Full financial information: ability to access a client account and see:
a) what bids they have purchased,
b) how many they have used,
c) what autobids they have placed,
d) how much money they have spent on buying bids
e) on which dates they spent that money
f) what items they have bid on
g) what items they have won;
h) returns and credits
i) bid credits, credits towards won items
k) what referrals have resulted in new registrations and/or bid purchases

View the winning bidder and update the status of the auction

Metatrader 4 Expert Advisor

May 20th, 2009 Comments off

Hi MQL Programmers,

I have an indicator that I am plan to make EA from. The signal produced from the indicator is only buy or sell. The EA would be expected to open new order at the closing candle of a new established signal (buy or sell). The EA should compare the current closed bar signal with the previous 2 bars signal. It only execute and order when the signal is different from the previous.

The expert advisor will also closed all open order (if equity is positive at a certain level) when a new signal is produced on the candle close and then after it’s all closed, the new open order will be created.

Also I used fixed range bar chart where the candle would be closed (complete candle) if the range is reached and it’s different from the regular chart. That’s why the EA must really based on the closed candle not by TF.

My budget would not be over than $40, so please start making your bid.

Regards,

cheers09

Metatrader 4 Expert Advisor

May 17th, 2009 Comments off

Hi MQL Programmers,

I have an indicator that I am plan to make EA from. The signal produced from the indicator is only buy or sell. The EA would be expected to open new order when the new signal established on the closing of the current candle (sometimes the indicator repaint so when the new signal established, let’s say from buy to sell, the EA would have to wait until the candle closed and if the signal turns back into buy than the new order is canceled).

The expert advisor will also closed all open order (if equity is positive) when a new signal is produced on the candle close and then after it’s all closed, the new open order will be created.

Also I used fixed range bar chart where the candle would be closed (complete candle) if the range is reached and it’s different from the regular chart. That’s why the EA must really based on the closed candle not by TF.

My budget would not be over than $40, so please start making your bid.

Regards,

Leo

Mt4 – Metatrader Buy/sell

April 25th, 2009 Comments off

I need an expert advisor/script, for CFD’s to be used in Meta Trader 4 (MT4), that does the following.

Once launched, to create orders buy/sell at specific distance above/below market value and once trade has been closed, for the creation of order to be recreated at a specific distance form the trade just executed.

e.g.

Market opens at 1000
Already own 5 long. Entered manually.
Script/EA to create following orders once run.
Sell 2 – orders placed at 30, 60, 90 above market.
Buy 2 – orders placed at 30, 60, 90 below market.
Once a position is closed, e.g., market moves to 1031, the Sell order that has been completed/closed is re-entered at specific distance from the execution of the trade or open (maybe after a specific time frame,) in this example it would enter a sell order (of 2) at 1040 (market +40).
All values to be variable inputs so I can change them, including number of orders.
Hope this made sense.
Script to be turned on and off during day.
I only have experience in using EA and scripts but not in writing them. Any other options, methods or suggestions would be appreciated.
I have a few scripts/EA I would like to have written and this is the first one.
I would like to test before final payment is made.

Simple Flash Banner Ad

March 27th, 2009 No comments

I need some minor modifications to a flash banner ad. I have already designed the layout in photoshop but need some “realistic”, “subtle” and “tasteful” modifications made to it within Flash. The banner is attached in this project.

Basically, I want the horse on the right’s eye to blink occassionally and I want the horse on the left’s breath to slowly and subtly breathe out (think of being able to see a horses’ breath on a cold day).

This banner will be visible throughout the site so the animation will be minimal and tasteful. The eye will blink every 5 seconds, the horses’s breath about every 7 seconds. I want the effects staggered and very natural looking. The breath will be semi-opaque and very natural and almost look like smoke in the air, very minimal. I imagine that effect will be totally created in Flash.

The eye blink effect will probably have to be first mocked up in Photoshop or image editing program to recreate an eye closed image over the top of the existing image. I would prefer the eye be in 3 stages, open as is, half closed and closed so the transition is more natural looking.

Anyhow, I have graphic design experience and played around with it a bit and wasnt happy with the results and want to spend my time working on other stuff.

This should be fairly easy, but I dont want anything cheesey or too fake looking. Realistic and minimal is key here.

Thanks!

Forex Metatrader Ea -simple

March 20th, 2009 No comments

1. Opens either Buy or Sell ( or both) at Market Order, Limit Order, or Stop order with Distance setting.

2. I want this EA to close positions, when it has reached either ( amount in dollars), or in pips.
3. Close positions ONLY of those currency pairs traded by this EA, this can be identified through Magic numbers set, .

First close negative loss pair and then positive.
( This is becuase sometimes when prices are very volatile, “Trade context busy may appear “, hence if the positive pair gets closed out and the negative stays there we may occur a loss.

4. Trade only Once- Option, or continue trading ( as per the initial trade parameter ) after positions are closed. When continue trading EA should make sure that all the pairs of the same Magic number is closed before opening again.

5. Stop loss, function, Trailing functions .Timer functions. Full Mq4 code.

Eagel Breakout

March 16th, 2009 No comments

Breakout Bar-Reverse Strategy for Tradestation software

-inputs:
-strategy start time (EST)
-contract # traded (lots for forex)
-minutes per bar (5,60 etc…)
-upper border points (pips for forex)from high “X” minute bar
-lower border points(pips for forex) from low “X” minute bar
-Take Profit(TP)
-Stop loss
-All Open trades close time (EST)
-Max_loss consecutive orders
-Use_lot multiplier (true/false)
-Lot multiplier for next trade if current trade is closed as a looser (example 2 for forex)

Strategy:
-Enter the trade when price crosses either upper “high” border(buy) or lower “low” border(sell) line from open bar at the starting lot size. The trade is closed in one of three ways:
-TP is reached
-the price crosses the opposite border line where the trade is reversed
-the open trade time expires at specified time and is closed
-the strategy stops trading for the day when the Mac consecutive losses are reached
-each time the price crosses the opposite boundary the trade is reversed and the lot size is increased by the multiplier
-the strategy starts back at the original lot size at the strategy start time each day

Messaging System

March 16th, 2009 No comments

AJAX/PHP/MYSQL Msg System:

This project is a simple messaging system, with some usability tweaks.

THE CONCEPT:
Users send and receive messages from random people on the internet.

SYNOPSIS:
Random user arrives at the site from the *web*. They see 3 messages waiting for them (They are only allowed to select 1 message… the others link to register, and they are notified that they can only select the 1 message without being registered). They select a message and read it. There is a “Reply” button and a “Register” button on this page. Both go to the same registration page, where they fill out their user info (username | password | email | location (Possibly more profile info once verified)), once they verify their email address, they are taken back to reply to their message.

Registered users are alotted 3 messages per day that they can “Cast Out” into the abyss of the system. These messages go into a queue of “Unopened Messages” (These are the random messages that appear to random users from the *web*, as well as the messages that registered users come across in the system (I’ll describe this in a moment.)

REFERRALS:
Registered users can refer other users and increase the number of messages that they can “Cast Out” per day, 1:1, meaning, for every new user they refer, they get 1 more message they can send out.

BROWSE THE SYSTEM:
Registered users can “Browse” the system for new messages. They can open 1 per day. (Again, they can increase this by referring other users 1:1). When they browse, they see a listing similar to this:

Hi, I just got a… | Sydney, Australia [ open ]
What are you doing?… | Los Angeles, CA, USA [ open ]
Pick me! Read me!… | Portland, OR, USA [ open ]

50 per page, with pagination

The system should be able to handle emoji / smilies in the messages.

Each message should have a “Report” link on it, to report system abuse. When a user is reported more than 3x, they are flagged and suspended until review.

THE ADMIN PANEL:
Users (Browse, Add, Suspend, Delete, Search)
Messages (Browse, Add, Suspend, Delete, Search, Broadcast)
Emoji / Smilies (Browse, Add, Delete)

THE MESSAGE:
A message should look something like this:

Hello, my name is John Smith. What is your name? :-) (smiley)
Reply | Close | Smilies | Report

NOTE: http://…… links should be parsed and linked, however HTML is not allowed in the message.

MESSAGE FUNCTIONS:
The message is a continuous thread back and forth between the 2 individual users, stored in the user’s account. A user can “Close” a message and this will cancel the communication. If the other user replies to a closed message, they simply get a system response back. “We’re sorry, the other party has closed this message.” If the second user also closes the message, the message is deleted from their accounts. All messages are stored in the database, open, queued and closed.

BROADCAST MESSAGES:
Admin can broadcast a message to all users “instantly” or on a schedule.

———————–
That’s the basic idea. I hope I have been clear and conveyed the concept well enough. I will probably need a tweak here and there after the system is built, as it is currently only in my head and I don’t know that I am covering all of the aspects of it.

I would like the main functionality to be done in AJAX (live message notifications, live sending etc…), as well as the Pick One front end to be done in Ajax. The user registration can be Ajax also.

Anyhow, I hope this all makes sense. I have a fairly good understanding of what is involved with this, and know it’s not a huge undertaking. I just don’t have the time to write it myself, however I can be very helpful during development with suggestions and direction.

Looking forward to your bids.

Bear